home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Adobe AIR 1.5.1 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / styles / IStyleModule.as < prev    next >
Encoding:
Text File  |  2009-02-12  |  106 b   |  9 lines

  1. package mx.styles
  2. {
  3.    public interface IStyleModule
  4.    {
  5.       function unload() : void;
  6.    }
  7. }
  8.  
  9.